home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000465_news@columbia.edu_Sat May 27 19:04:12 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA16914
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 28 May 1995 02:39:09 -0400
  3. Received: by apakabar.cc.columbia.edu id AA29587
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 28 May 1995 02:39:08 -0400
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!panix!zip.eecs.umich.edu!newshost.marcam.com!news.mathworks.com!hookup!lll-winken.llnl.gov!uop!csus.edu!netcom.com!helios
  7. From: helios@netcom.com (Thomas David Nichols)
  8. Subject: Re: Kermit under MS-Windows
  9. Message-Id: <heliosD993n1.ML8@netcom.com>
  10. Organization: Heliotrope Quality Systems
  11. X-Newsreader: TIN [version 1.2 PL2]
  12. References: <3q04p0$1ldu@ns2-1.CC.Lehigh.EDU> <heliosD951IA.IC8@netcom.com> <1995May25.195311.52307@cc.usu.edu>
  13. Date: Sat, 27 May 1995 19:04:12 GMT
  14. Lines: 41
  15. Sender: helios@netcom7.netcom.com
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  19. Date: 25 May 1995 18:47:43 GMT
  20.  
  21. >Windows and/or Windows communications programs tamper with the PC BIOS,
  22. >where Kermit goes to find out what ports are available and what their
  23. >addresses (and IRQs) are.  The solution to this problem is to supply this
  24. >information to Kermit yourself.
  25.  
  26. Here is how I test in MSCUSTOM.INI.  The reset operation has never helped.
  27. The error occurs only after I use the CompuServe Information Manager for
  28. Windows, then run Kermit in a full-screen window.  In the PIF, I set
  29. exclusive execution, lock application memory, retain video memory,
  30. video memory text, 512 kbytes requested.  (I see I've overlooked emulate
  31. text.)  This allows Kermit to run almost fast enough to keep up with a
  32. 14.4 kbps modem with compression.
  33. There's never a problem running Kermit outside of Windows.
  34.  
  35. set modem intel14       ; Change this to your modem type, see MODEMS\READ.ME.
  36. ; set printer nul       ; Uncomment this if you do NOT have a printer.
  37. set com4 \x2e8 3
  38. set port 4              ; Change if desired.  If COM3 or 4, read KERMIT.BWR.
  39. if equal \v(port) Bios4 -
  40.   echo {Trying "set port 4" again}, -
  41.   set com4 \x2e8 3, set port 4
  42. if equal \v(port) Bios4 -
  43.   fatal {Try repeating TAKE MSCUSTOM.INI}
  44.  
  45.  
  46. From: jrd@cc.usu.edu (Joe Doupnik)
  47. Date: 25 May 95 19:53:10 MDT
  48.     
  49. >        Thanks for the info guys. It's all rather puzzling actually because
  50. >MSK goes some lengths to "reset" the UART before starting tests. That's an
  51. >artifact of dealing with the new-breed of internal modems. Maybe it is a
  52. >bug in the Windows comm.drv emulator. If so trying the Delrina driver might
  53. >help: copy on netlab2.usu.edu, cd drivers, wfxcom.zip.
  54.  
  55. I'm using wvxcomm.drv dated 4-1-93 12:14a.  I could not reach netlab2
  56. by anonymous ftp.
  57. -- 
  58. David Nichols  <helios@netcom.com>  Heliotrope Quality Systems